[INFO] fetching crate memmap3-macros 0.1.0...
[INFO] fixing memmap3-macros-0.1.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate memmap3-macros 0.1.0 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate memmap3-macros 0.1.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate memmap3-macros 0.1.0
[INFO] tweaked toml for crates.io crate memmap3-macros 0.1.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate memmap3-macros 0.1.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate memmap3-macros 0.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded unicode-ident v1.0.19
[INFO] [stderr]   Downloaded proc-macro2 v1.0.101
[INFO] [stderr]   Downloaded syn v2.0.106
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 51609704ed268da26f00841d2efb2dec35cf0224edda1c7f8688a2c2fa1a0516
[INFO] running `Command { std: "docker" "start" "51609704ed268da26f00841d2efb2dec35cf0224edda1c7f8688a2c2fa1a0516", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "51609704ed268da26f00841d2efb2dec35cf0224edda1c7f8688a2c2fa1a0516" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "51609704ed268da26f00841d2efb2dec35cf0224edda1c7f8688a2c2fa1a0516", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "51609704ed268da26f00841d2efb2dec35cf0224edda1c7f8688a2c2fa1a0516" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]     Checking unicode-ident v1.0.19
[INFO] [stderr]     Checking quote v1.0.40
[INFO] [stderr]     Checking syn v2.0.106
[INFO] [stderr]     Checking memmap3-macros v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `memmap3`
[INFO] [stdout]  --> tests/vec_and_string_array_transforms.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use memmap3::{MmapStringArray, MmapVec};
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `memmap3`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `memmap3`, use `cargo add memmap3` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `memmap3` in this scope
[INFO] [stdout]   --> tests/compile_fail.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 48 |     #[mmap_struct]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `memmap3`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `memmap3`, use `cargo add memmap3` to add it to your `Cargo.toml`
[INFO] [stdout]    = note: this error originates in the attribute macro `mmap_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `memmap3` in this scope
[INFO] [stdout]   --> tests/integration.rs:35:18
[INFO] [stdout]    |
[INFO] [stdout] 35 |         counter: memmap3::MmapAtomicU64::new(100),
[INFO] [stdout]    |                  ^^^^^^^ use of unresolved module or unlinked crate `memmap3`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `memmap3`, use `cargo add memmap3` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `memmap3` in this scope
[INFO] [stdout]   --> tests/integration.rs:58:15
[INFO] [stdout]    |
[INFO] [stdout] 58 |         name: memmap3::MmapString::new(),
[INFO] [stdout]    |               ^^^^^^^ use of unresolved module or unlinked crate `memmap3`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `memmap3`, use `cargo add memmap3` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `memmap3-macros` (test "compile_fail") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0433]: cannot find module or crate `memmap3` in this scope
[INFO] [stdout]    --> tests/vec_and_string_array_transforms.rs:167:22
[INFO] [stdout]     |
[INFO] [stdout] 167 |         point_count: memmap3::MmapAtomicU32::new(0),
[INFO] [stdout]     |                      ^^^^^^^ use of unresolved module or unlinked crate `memmap3`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `memmap3`, use `cargo add memmap3` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `memmap3` in this scope
[INFO] [stdout]   --> tests/integration.rs:82:19
[INFO] [stdout]    |
[INFO] [stdout] 82 |         counter1: memmap3::MmapAtomicU32::new(10),
[INFO] [stdout]    |                   ^^^^^^^ use of unresolved module or unlinked crate `memmap3`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `memmap3`, use `cargo add memmap3` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `memmap3` in this scope
[INFO] [stdout]   --> tests/integration.rs:83:19
[INFO] [stdout]    |
[INFO] [stdout] 83 |         counter2: memmap3::MmapAtomicU64::new(20),
[INFO] [stdout]    |                   ^^^^^^^ use of unresolved module or unlinked crate `memmap3`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `memmap3`, use `cargo add memmap3` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `memmap3` in this scope
[INFO] [stdout]   --> tests/integration.rs:84:15
[INFO] [stdout]    |
[INFO] [stdout] 84 |         flag: memmap3::MmapAtomicBool::new(true),
[INFO] [stdout]    |               ^^^^^^^ use of unresolved module or unlinked crate `memmap3`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `memmap3`, use `cargo add memmap3` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `memmap3` in this scope
[INFO] [stdout]    --> tests/vec_and_string_array_transforms.rs:212:18
[INFO] [stdout]     |
[INFO] [stdout] 212 |         counter: memmap3::MmapAtomicU64::new(0),
[INFO] [stdout]     |                  ^^^^^^^ use of unresolved module or unlinked crate `memmap3`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `memmap3`, use `cargo add memmap3` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `memmap3` in this scope
[INFO] [stdout]    --> tests/vec_and_string_array_transforms.rs:213:15
[INFO] [stdout]     |
[INFO] [stdout] 213 |         flag: memmap3::MmapAtomicBool::new(false),
[INFO] [stdout]     |               ^^^^^^^ use of unresolved module or unlinked crate `memmap3`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `memmap3`, use `cargo add memmap3` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `memmap3` in this scope
[INFO] [stdout]    --> tests/vec_and_string_array_transforms.rs:214:15
[INFO] [stdout]     |
[INFO] [stdout] 214 |         name: memmap3::MmapString::new(),
[INFO] [stdout]     |               ^^^^^^^ use of unresolved module or unlinked crate `memmap3`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `memmap3`, use `cargo add memmap3` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `memmap3` in this scope
[INFO] [stdout]  --> tests/vec_and_string_array_transforms.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 |     #[mmap_struct]
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `memmap3`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `memmap3`, use `cargo add memmap3` to add it to your `Cargo.toml`
[INFO] [stdout]   = note: this error originates in the attribute macro `mmap_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `memmap3` in this scope
[INFO] [stdout]   --> tests/vec_and_string_array_transforms.rs:50:5
[INFO] [stdout]    |
[INFO] [stdout] 50 |     #[mmap_struct]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `memmap3`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `memmap3`, use `cargo add memmap3` to add it to your `Cargo.toml`
[INFO] [stdout]    = note: this error originates in the attribute macro `mmap_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `memmap3` in this scope
[INFO] [stdout]    --> tests/vec_and_string_array_transforms.rs:101:5
[INFO] [stdout]     |
[INFO] [stdout] 101 |     #[mmap_struct]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `memmap3`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `memmap3`, use `cargo add memmap3` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the attribute macro `mmap_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `memmap3` in this scope
[INFO] [stdout]    --> tests/vec_and_string_array_transforms.rs:157:5
[INFO] [stdout]     |
[INFO] [stdout] 157 |     #[mmap_struct]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `memmap3`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `memmap3`, use `cargo add memmap3` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the attribute macro `mmap_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `memmap3` in this scope
[INFO] [stdout]    --> tests/vec_and_string_array_transforms.rs:184:5
[INFO] [stdout]     |
[INFO] [stdout] 184 |     #[mmap_struct]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `memmap3`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `memmap3`, use `cargo add memmap3` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the attribute macro `mmap_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `memmap3-macros` (test "vec_and_string_array_transforms") due to 10 previous errors
[INFO] [stdout] error[E0433]: cannot find module or crate `memmap3` in this scope
[INFO] [stdout]  --> tests/compile_pass.rs:8:1
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[mmap_struct]
[INFO] [stdout]   | ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `memmap3`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `memmap3`, use `cargo add memmap3` to add it to your `Cargo.toml`
[INFO] [stdout]   = note: this error originates in the attribute macro `mmap_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `memmap3` in this scope
[INFO] [stdout]   --> tests/compile_pass.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | #[mmap_struct]
[INFO] [stdout]    | ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `memmap3`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `memmap3`, use `cargo add memmap3` to add it to your `Cargo.toml`
[INFO] [stdout]    = note: this error originates in the attribute macro `mmap_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `memmap3` in this scope
[INFO] [stdout]   --> tests/compile_pass.rs:33:1
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[mmap_struct]
[INFO] [stdout]    | ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `memmap3`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `memmap3`, use `cargo add memmap3` to add it to your `Cargo.toml`
[INFO] [stdout]    = note: this error originates in the attribute macro `mmap_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `memmap3` in this scope
[INFO] [stdout]   --> tests/compile_pass.rs:46:1
[INFO] [stdout]    |
[INFO] [stdout] 46 | #[mmap_struct]
[INFO] [stdout]    | ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `memmap3`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `memmap3`, use `cargo add memmap3` to add it to your `Cargo.toml`
[INFO] [stdout]    = note: this error originates in the attribute macro `mmap_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `memmap3` in this scope
[INFO] [stdout]   --> tests/compile_pass.rs:56:1
[INFO] [stdout]    |
[INFO] [stdout] 56 | #[mmap_struct]
[INFO] [stdout]    | ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `memmap3`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `memmap3`, use `cargo add memmap3` to add it to your `Cargo.toml`
[INFO] [stdout]    = note: this error originates in the attribute macro `mmap_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `memmap3` in this scope
[INFO] [stdout]   --> tests/compile_pass.rs:66:1
[INFO] [stdout]    |
[INFO] [stdout] 66 | #[mmap_struct]
[INFO] [stdout]    | ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `memmap3`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `memmap3`, use `cargo add memmap3` to add it to your `Cargo.toml`
[INFO] [stdout]    = note: this error originates in the attribute macro `mmap_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `memmap3` in this scope
[INFO] [stdout]   --> tests/compile_pass.rs:84:1
[INFO] [stdout]    |
[INFO] [stdout] 84 | #[mmap_struct]
[INFO] [stdout]    | ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `memmap3`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `memmap3`, use `cargo add memmap3` to add it to your `Cargo.toml`
[INFO] [stdout]    = note: this error originates in the attribute macro `mmap_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `memmap3-macros` (test "compile_pass") due to 7 previous errors
[INFO] [stdout] error[E0433]: cannot find module or crate `memmap3` in this scope
[INFO] [stdout]    --> tests/integration.rs:158:17
[INFO] [stdout]     |
[INFO] [stdout] 158 |         u8_val: memmap3::MmapAtomicU8::new(1),
[INFO] [stdout]     |                 ^^^^^^^ use of unresolved module or unlinked crate `memmap3`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `memmap3`, use `cargo add memmap3` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `memmap3` in this scope
[INFO] [stdout]    --> tests/integration.rs:159:18
[INFO] [stdout]     |
[INFO] [stdout] 159 |         u16_val: memmap3::MmapAtomicU16::new(2),
[INFO] [stdout]     |                  ^^^^^^^ use of unresolved module or unlinked crate `memmap3`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `memmap3`, use `cargo add memmap3` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `memmap3` in this scope
[INFO] [stdout]    --> tests/integration.rs:160:18
[INFO] [stdout]     |
[INFO] [stdout] 160 |         u32_val: memmap3::MmapAtomicU32::new(3),
[INFO] [stdout]     |                  ^^^^^^^ use of unresolved module or unlinked crate `memmap3`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `memmap3`, use `cargo add memmap3` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `memmap3` in this scope
[INFO] [stdout]    --> tests/integration.rs:161:18
[INFO] [stdout]     |
[INFO] [stdout] 161 |         u64_val: memmap3::MmapAtomicU64::new(4),
[INFO] [stdout]     |                  ^^^^^^^ use of unresolved module or unlinked crate `memmap3`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `memmap3`, use `cargo add memmap3` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `memmap3` in this scope
[INFO] [stdout]    --> tests/integration.rs:162:17
[INFO] [stdout]     |
[INFO] [stdout] 162 |         i8_val: memmap3::MmapAtomicI8::new(-1),
[INFO] [stdout]     |                 ^^^^^^^ use of unresolved module or unlinked crate `memmap3`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `memmap3`, use `cargo add memmap3` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `memmap3` in this scope
[INFO] [stdout]    --> tests/integration.rs:163:18
[INFO] [stdout]     |
[INFO] [stdout] 163 |         i16_val: memmap3::MmapAtomicI16::new(-2),
[INFO] [stdout]     |                  ^^^^^^^ use of unresolved module or unlinked crate `memmap3`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `memmap3`, use `cargo add memmap3` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `memmap3` in this scope
[INFO] [stdout]    --> tests/integration.rs:164:18
[INFO] [stdout]     |
[INFO] [stdout] 164 |         i32_val: memmap3::MmapAtomicI32::new(-3),
[INFO] [stdout]     |                  ^^^^^^^ use of unresolved module or unlinked crate `memmap3`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `memmap3`, use `cargo add memmap3` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `memmap3` in this scope
[INFO] [stdout]    --> tests/integration.rs:165:18
[INFO] [stdout]     |
[INFO] [stdout] 165 |         i64_val: memmap3::MmapAtomicI64::new(-4),
[INFO] [stdout]     |                  ^^^^^^^ use of unresolved module or unlinked crate `memmap3`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `memmap3`, use `cargo add memmap3` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `memmap3` in this scope
[INFO] [stdout]    --> tests/integration.rs:166:19
[INFO] [stdout]     |
[INFO] [stdout] 166 |         bool_val: memmap3::MmapAtomicBool::new(true),
[INFO] [stdout]     |                   ^^^^^^^ use of unresolved module or unlinked crate `memmap3`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `memmap3`, use `cargo add memmap3` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `memmap3` in this scope
[INFO] [stdout]    --> tests/integration.rs:195:25
[INFO] [stdout]     |
[INFO] [stdout] 195 |         atomic_counter: memmap3::MmapAtomicU64::new(999),
[INFO] [stdout]     |                         ^^^^^^^ use of unresolved module or unlinked crate `memmap3`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `memmap3`, use `cargo add memmap3` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `memmap3` in this scope
[INFO] [stdout]    --> tests/integration.rs:196:21
[INFO] [stdout]     |
[INFO] [stdout] 196 |         name_field: memmap3::MmapString::new(),
[INFO] [stdout]     |                     ^^^^^^^ use of unresolved module or unlinked crate `memmap3`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `memmap3`, use `cargo add memmap3` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `memmap3-macros` (test "integration") due to 25 previous errors
[INFO] [stdout] error[E0433]: cannot find module or crate `memmap3` in this scope
[INFO] [stdout]    --> tests/integration.rs:198:22
[INFO] [stdout]     |
[INFO] [stdout] 198 |         atomic_flag: memmap3::MmapAtomicBool::new(false),
[INFO] [stdout]     |                      ^^^^^^^ use of unresolved module or unlinked crate `memmap3`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `memmap3`, use `cargo add memmap3` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `memmap3` in this scope
[INFO] [stdout]  --> tests/integration.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 |     #[mmap_struct]
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `memmap3`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `memmap3`, use `cargo add memmap3` to add it to your `Cargo.toml`
[INFO] [stdout]   = note: this error originates in the attribute macro `mmap_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `memmap3` in this scope
[INFO] [stdout]   --> tests/integration.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 26 |     #[mmap_struct]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `memmap3`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `memmap3`, use `cargo add memmap3` to add it to your `Cargo.toml`
[INFO] [stdout]    = note: this error originates in the attribute macro `mmap_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `memmap3` in this scope
[INFO] [stdout]   --> tests/integration.rs:49:5
[INFO] [stdout]    |
[INFO] [stdout] 49 |     #[mmap_struct]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `memmap3`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `memmap3`, use `cargo add memmap3` to add it to your `Cargo.toml`
[INFO] [stdout]    = note: this error originates in the attribute macro `mmap_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `memmap3` in this scope
[INFO] [stdout]   --> tests/integration.rs:70:5
[INFO] [stdout]    |
[INFO] [stdout] 70 |     #[mmap_struct]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `memmap3`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `memmap3`, use `cargo add memmap3` to add it to your `Cargo.toml`
[INFO] [stdout]    = note: this error originates in the attribute macro `mmap_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `memmap3` in this scope
[INFO] [stdout]   --> tests/integration.rs:97:5
[INFO] [stdout]    |
[INFO] [stdout] 97 |     #[mmap_struct]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `memmap3`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `memmap3`, use `cargo add memmap3` to add it to your `Cargo.toml`
[INFO] [stdout]    = note: this error originates in the attribute macro `mmap_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `memmap3` in this scope
[INFO] [stdout]    --> tests/integration.rs:115:5
[INFO] [stdout]     |
[INFO] [stdout] 115 |     #[mmap_struct]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `memmap3`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `memmap3`, use `cargo add memmap3` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the attribute macro `mmap_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `memmap3` in this scope
[INFO] [stdout]    --> tests/integration.rs:135:5
[INFO] [stdout]     |
[INFO] [stdout] 135 |     #[mmap_struct]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `memmap3`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `memmap3`, use `cargo add memmap3` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the attribute macro `mmap_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `memmap3` in this scope
[INFO] [stdout]    --> tests/integration.rs:183:5
[INFO] [stdout]     |
[INFO] [stdout] 183 |     #[mmap_struct]
[INFO] [stdout]     |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `memmap3`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `memmap3`, use `cargo add memmap3` to add it to your `Cargo.toml`
[INFO] [stdout]     = note: this error originates in the attribute macro `mmap_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "51609704ed268da26f00841d2efb2dec35cf0224edda1c7f8688a2c2fa1a0516", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "51609704ed268da26f00841d2efb2dec35cf0224edda1c7f8688a2c2fa1a0516", kill_on_drop: false }`
[INFO] [stdout] 51609704ed268da26f00841d2efb2dec35cf0224edda1c7f8688a2c2fa1a0516
